Another compilation fix after r61814.

wxDECLARE_NO_COPY_CLASS() doesn't exist in 2.8, only DECLARE_NO_COPY_CLASS()
does.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@61826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-09-04 00:29:52 +00:00
parent 581b7a97be
commit 4a7adb8fcc

View File

@@ -1196,7 +1196,7 @@ public:
return buffer;
}
wxDECLARE_NO_COPY_CLASS(CFSTR_SHELLURLDataObject);
DECLARE_NO_COPY_CLASS(CFSTR_SHELLURLDataObject)
};