summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentcnv.h')
-rw-r--r--src/commentcnv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commentcnv.h b/src/commentcnv.h
index 8d2079e..6b17ccd 100644
--- a/src/commentcnv.h
+++ b/src/commentcnv.h
@@ -20,7 +20,8 @@
class BufStr;
-extern void convertCppComments(BufStr *inBuf,BufStr *outBuf);
+extern void convertCppComments(BufStr *inBuf,BufStr *outBuf,
+ const char *fileName);
#endif