Index: Source/core/Init.h |
diff --git a/Source/core/Init.h b/Source/core/Init.h |
index bb89bbac5e8085c8dec0a3306c4abfb85392ac1f..96e3fbe673b33bce11329028059194cda5068b51 100644 |
--- a/Source/core/Init.h |
+++ b/Source/core/Init.h |
@@ -38,6 +38,7 @@ public: |
CoreInitializer() : m_isInited(false) { } |
// Should be called by clients before trying to create Frames. |
void init(); |
+ virtual void initEventNames(); |
virtual void initEventTargetNames(); |
private: |