]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
Compilation fix
[wxWidgets.git] / include / wx / msw / listctrl.h
index cb2f5cac3dd41aa23591947bee7e9e2173689d9b..895adaea48ed8ff2ec661e49c0f97993469e81ad 100644 (file)
@@ -157,6 +157,7 @@ public:
 
     // Sets the item image
     bool SetItemImage(long item, int image, int selImage = -1) ;
+    bool SetItemColumnImage(long item, long column, int image);
 
     // Gets the item text
     wxString GetItemText(long item) const ;