summaryrefslogtreecommitdiff
path: root/Doxyfile.Core
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-02-03 15:28:03 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-02-03 15:28:03 +0000
commitfded69e76f85a8e13d3bb59e064a9f0262224d17 (patch)
tree4a56382175e5e3c7179ad5a153ac5215ea1c6932 /Doxyfile.Core
parent8414f7ae204cdc528816b315488f5e42fd4b0c7a (diff)
downloadVirtualBox-svn-fded69e76f85a8e13d3bb59e064a9f0262224d17.tar.gz
Doxyfile.Core: Fixed DECLARE_EMPTY_CTOR_DTOR.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87574 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Doxyfile.Core')
-rw-r--r--Doxyfile.Core2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.Core b/Doxyfile.Core
index e1afc8c4a5a..e2ece47a860 100644
--- a/Doxyfile.Core
+++ b/Doxyfile.Core
@@ -711,7 +711,7 @@ PREDEFINED += \
DECLARE_CLASSFACTORY()= \
DECLARE_CLASSFACTORY_SINGLETON(a)= \
"VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(a,b)=" \
- "DECLARE_EMPTY_CTOR_DTOR(a):=a(); virtual ~a();"
+ "DECLARE_EMPTY_CTOR_DTOR(a)=a(); virtual ~a();"
# COM hacks from From http://www.stack.nl/~dimitri/doxygen/preprocessing.html
PREDEFINED += \