formatting

This commit is contained in:
Erik Faye-Lund 2009-01-13 10:31:46 +00:00
parent 8d58ac16e3
commit fa03d803e2

View File

@ -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<TCHAR> editString;
HWND hwnd;
UINT clipboardFormat;
};