diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-12-18 09:06:00 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-12-18 09:12:55 +0100 | 
| commit | 187f25aefdb9fd63b8465e8e661b942401addde0 (patch) | |
| tree | b6b8c23513c0e0bf2418b130ce9e79ee495030a3 /gui | |
| parent | c2f88ee8bec8cdd0ea573b54aee89a241c7d4deb (diff) | |
cmake: const correctness
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/main-window.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 637cbef5..2aa60a2f 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -29,7 +29,7 @@  #   include <windows.h>  #endif -extern "C" const char* opentrack_version; +extern "C" const char* const opentrack_version;  #if !defined _WIN32 && !defined __APPLE__  #   include <unistd.h> | 
