OSDN Git Service

Happy new year 2016!
[mutilities/MUtilities.git] / include / MUtils / Terminal.h
index e5039be..bbb9a4a 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2014 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2016 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -34,7 +34,7 @@ namespace MUtils
        namespace Terminal
        {
                //Setup terminal
-               MUTILS_API void setup(int &argc, char **argv, const bool forceEnabled);
+               MUTILS_API void setup(int &argc, char **argv, const char* const appName, const bool forceEnabled);
 
                //Terminal output
                MUTILS_API void write(const int &type, const char *const message);