]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dde.cpp
Testing CVSROOT/loginfo changes
[wxWidgets.git] / src / msw / dde.cpp
index f33908fc4ecb9a41741074fc98011f7f10a393d9..d69720c31db060a22fdb9a0f4c606b02e04de38b 100644 (file)
@@ -96,7 +96,7 @@ static void DDELogError(const wxString& s, UINT error = DMLERR_NO_ERROR);
 // global variables
 // ----------------------------------------------------------------------------
 
-WX_DECLARE_STRING_HASH_MAP( HSZ, wxAtomMap )
+WX_DECLARE_STRING_HASH_MAP( HSZ, wxAtomMap );
 
 static DWORD DDEIdInst = 0L;
 static wxDDEConnection *DDECurrentlyConnecting = NULL;