Index: src/ch/shortcuts.h =================================================================== diff -u -rd5c3edd0d167db9b5d47d04248820fda49499a5e -r3921d82d9605d98b2281f3f42d9f9c8385b89a3e --- src/ch/shortcuts.h (.../shortcuts.h) (revision d5c3edd0d167db9b5d47d04248820fda49499a5e) +++ src/ch/shortcuts.h (.../shortcuts.h) (revision 3921d82d9605d98b2281f3f42d9f9c8385b89a3e) @@ -22,9 +22,10 @@ class CShortcut { public: - CShortcut() { }; - CShortcut(const CString& strText); - operator CString(); + CShortcut() { } + explicit CShortcut(const CString& strText); + + CString ToString() const; bool FromString(const CString& strText);