]> git.saurik.com Git - wxWidgets.git/commitdiff
remove improper use of paste operator
authorPaul Cornett <paulcor@bullseye.com>
Sat, 24 Dec 2011 16:46:26 +0000 (16:46 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 24 Dec 2011 16:46:26 +0000 (16:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/ole/oleutils.h

index 8fb4279eae17a2e055e7b1eb24d0522f4e789bee..43e0493c8178988e0ad68d8729d8d92c5352fa6a 100644 (file)
@@ -143,7 +143,7 @@ private:
 // NB: ADD_IID prepends IID_I whereas ADD_RAW_IID does not
 #define BEGIN_IID_TABLE(cname)  const IID *cname::ms_aIids[] = {
 #define ADD_IID(iid)                                             &IID_I##iid,
-#define ADD_RAW_IID(iid)                                         &##iid,
+#define ADD_RAW_IID(iid)                                         &iid,
 #define END_IID_TABLE                                          }
 
 // implementation is as straightforward as possible