summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-02 17:57:12 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-02 17:57:12 (GMT)
commit7fdd68ca7cbf107a76c233d0e3a9c4c38bd90f90 (patch)
tree8f9e42d5f16bfcf19cdb1dea1312270ff7e8e507 /src/util.cpp
parent6567dfd330ff90c8a5c1c307326433606bd9858b (diff)
downloadDoxygen-7fdd68ca7cbf107a76c233d0e3a9c4c38bd90f90.zip
Doxygen-7fdd68ca7cbf107a76c233d0e3a9c4c38bd90f90.tar.gz
Doxygen-7fdd68ca7cbf107a76c233d0e3a9c4c38bd90f90.tar.bz2
Using f() instead f(void) in C++ , consistency
Seen the discussion in the pull request #8069, for consistency change occurrences of f(void) into f().
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 8310862..869e20b 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -8376,7 +8376,7 @@ bool mainPageHasTitle()
return Doxygen::mainPage!=0 && Doxygen::mainPage->hasTitle();
}
-QCString getDotImageExtension(void)
+QCString getDotImageExtension()
{
QCString imgExt = Config_getEnum(DOT_IMAGE_FORMAT);
int i= imgExt.find(':'); // strip renderer part when using e.g. 'png:cairo:gd' as format