summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/input.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-04 13:46:33 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-04 13:46:33 (GMT)
commit406b442fc3d0360e387324ff1c08251d86a1d035 (patch)
treeb05963de2903449fac5fcceaca48a0435917963f /addon/doxywizard/input.h
parent58d4ad3cd25569f09b31c4b80bc145477c6d61cb (diff)
downloadDoxygen-406b442fc3d0360e387324ff1c08251d86a1d035.zip
Doxygen-406b442fc3d0360e387324ff1c08251d86a1d035.tar.gz
Doxygen-406b442fc3d0360e387324ff1c08251d86a1d035.tar.bz2
Bug 702265 - Generated Doxyfile differs from result of doxygen -u
Syntax correction (Mac)
Diffstat (limited to 'addon/doxywizard/input.h')
-rw-r--r--addon/doxywizard/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/input.h b/addon/doxywizard/input.h
index b2618e9..5d86cc8 100644
--- a/addon/doxywizard/input.h
+++ b/addon/doxywizard/input.h
@@ -30,7 +30,7 @@ class Input
virtual void reset() = 0;
virtual void writeValue(QTextStream &t,QTextCodec *codec) = 0;
virtual void setTemplateDocs(const QString &docs) = 0;
- virtual bool isEmpty() { return FALSE; };
+ virtual bool isEmpty() { return false; };
};