aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/prototype/CommentPanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/prototype/CommentPanel.cpp')
-rw-r--r--apps/windoze/CBuilder5/prototype/CommentPanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/windoze/CBuilder5/prototype/CommentPanel.cpp b/apps/windoze/CBuilder5/prototype/CommentPanel.cpp
index dbf8adf..a7214ea 100644
--- a/apps/windoze/CBuilder5/prototype/CommentPanel.cpp
+++ b/apps/windoze/CBuilder5/prototype/CommentPanel.cpp
@@ -32,7 +32,7 @@ public:
info.fMask = SEE_MASK_NOCLOSEPROCESS; //SEE_MASK_CLASSNAME;
info.hwnd = GetFocus();
info.lpVerb = "open";
- info.lpFile = (char *)imodule;
+ info.lpFile = (const char *)imodule;
info.lpParameters = NULL;
info.lpDirectory = NULL;
info.nShow = 0;