summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2012-04-24 03:34:26 +0000
committerFabien Costantini <fabien@onepost.net>2012-04-24 03:34:26 +0000
commitd90b170c8da99402619b4fcc091aeef66a29b691 (patch)
tree8977a259f73d99835f0d0367f16cd1c3372e7b72 /FL
parent36c52ce810dc569e8c95acffa65a31ae63d67f83 (diff)
Fixed more warnings in VC2010 32+64 bits builds
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9395 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Native_File_Chooser.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H
index 1c7a8e82c..9b7f2fdf0 100644
--- a/FL/Fl_Native_File_Chooser.H
+++ b/FL/Fl_Native_File_Chooser.H
@@ -164,7 +164,7 @@ private:
void set_single_pathname(const char *s);
void add_pathname(const char *s);
- void FreePIDL(ITEMIDLIST *pidl);
+ void FreePIDL(LPITEMIDLIST pidl);
void ClearOFN();
void ClearBINF();
void Win2Unix(char *s);