Index: src/ch/ch.h =================================================================== diff -u -N -r2457755b4084e3d1c80a8e7c77c9f0996312941b -rbeeac49d2e0888993bd231a4e5863c7f0741e154 --- src/ch/ch.h (.../ch.h) (revision 2457755b4084e3d1c80a8e7c77c9f0996312941b) +++ src/ch/ch.h (.../ch.h) (revision beeac49d2e0888993bd231a4e5863c7f0741e154) @@ -56,7 +56,7 @@ friend LRESULT MainRouter(ULONGLONG ullDst, UINT uiMsg, WPARAM wParam, LPARAM lParam); friend CCopyHandlerApp& GetApp(); friend ictranslate::CResourceManager& GetResManager(); - friend chcore::TCoreConfig& GetConfig(); + friend icpf::config& GetConfig(); bool IsShellExtEnabled() const; @@ -70,6 +70,7 @@ protected: HANDLE m_hMapObject; IShellExtControl* m_piShellExtControl; + static icpf::config m_config; CWnd *m_pMainWindow;