diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-03-15 15:50:07 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-03-15 15:50:07 (GMT) |
commit | 941eea998d6b9608b8fc586069ef90e805d771f5 (patch) | |
tree | 84b206b6d9fdcb807f7b4dade976c68035b34ed9 /src/commentcnv.h | |
parent | c1e25238950492e7f8a5c996e3d3ad41b9b023b0 (diff) | |
download | Doxygen-941eea998d6b9608b8fc586069ef90e805d771f5.zip Doxygen-941eea998d6b9608b8fc586069ef90e805d771f5.tar.gz Doxygen-941eea998d6b9608b8fc586069ef90e805d771f5.tar.bz2 |
Some restructuring and some compiler warning fixes
Diffstat (limited to 'src/commentcnv.h')
-rw-r--r-- | src/commentcnv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentcnv.h b/src/commentcnv.h index 90206df..6255a73 100644 --- a/src/commentcnv.h +++ b/src/commentcnv.h @@ -16,7 +16,7 @@ */ #ifndef _COMMENTCNV_H -#define _COMMNETCNV_H +#define _COMMENTCNV_H class BufStr; |