diff --git a/editor/trackview.h b/editor/trackview.h index 698d068..cbc3b1e 100644 --- a/editor/trackview.h +++ b/editor/trackview.h @@ -32,7 +32,7 @@ public: if (NULL == document) return 0; return document->getRows(); } - + void editEnterValue(); void editDelete(); void editCopy(); @@ -167,7 +167,7 @@ private: std::basic_string editString; HWND hwnd; - + UINT clipboardFormat; };