summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-12 08:41:39 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-12 08:41:39 +0200
commit47995b3678c54b00755ee1e9f279ee822264370b (patch)
treeaee7c7c36549662fe4825a664cb98be71e322af1 /opentrack
parent543545c41940c5f0df2543ad0730e33e9571b02e (diff)
parent604fb7c18170b039d9d3d5818af8bd7c21d407ae (diff)
Merge branch 'unstable' into trackhat
* unstable: version: drop volatile, not needed
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/version.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/opentrack/version.cc b/opentrack/version.cc
index 13bc5dc5..9e75a336 100644
--- a/opentrack/version.cc
+++ b/opentrack/version.cc
@@ -4,6 +4,6 @@
extern "C"
#endif
OPENTRACK_EXPORT
-volatile const char* opentrack_version;
+const char* opentrack_version;
-volatile const char* opentrack_version = OPENTRACK_VERSION;
+const char* opentrack_version = OPENTRACK_VERSION;