summaryrefslogtreecommitdiffstats
path: root/src/portable.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-08 12:22:52 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-08 12:22:52 (GMT)
commit352ac919116aa49cdae48daa5d6861089ddd6055 (patch)
tree0de8bdc99b2136babd8a69eb15a127c59ef0f792 /src/portable.h
parent7d4f5205482b0f0212707d573c8c668a0125cc9f (diff)
downloadDoxygen-352ac919116aa49cdae48daa5d6861089ddd6055.zip
Doxygen-352ac919116aa49cdae48daa5d6861089ddd6055.tar.gz
Doxygen-352ac919116aa49cdae48daa5d6861089ddd6055.tar.bz2
Renamed Portables to Portable
Diffstat (limited to 'src/portable.h')
-rw-r--r--src/portable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable.h b/src/portable.h
index 7160d61..27b7052 100644
--- a/src/portable.h
+++ b/src/portable.h
@@ -17,7 +17,7 @@ typedef off_t portable_off_t;
* @brief Portable versions of functions that are platform dependent.
*/
-namespace Portables
+namespace Portable
{
int system(const char *command,const char *args,bool commandHasConsole=true);
unsigned int pid(void);