diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-29 17:39:48 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-29 17:39:48 +0200 |
commit | 3a3a3373c36b5af6208ee5fdfe25e64b5766b75a (patch) | |
tree | 619edfb91b22fe9e604b115b6f88616e942709f9 /nxcompshad/src/Core.cpp | |
parent | 796c8e421fd9df658fd5b324fcaa5182566e6905 (diff) | |
parent | 085f8a4f672ed3e167bdd7791835f7ab2bebb723 (diff) | |
download | nx-libs-3a3a3373c36b5af6208ee5fdfe25e64b5766b75a.tar.gz nx-libs-3a3a3373c36b5af6208ee5fdfe25e64b5766b75a.tar.bz2 nx-libs-3a3a3373c36b5af6208ee5fdfe25e64b5766b75a.zip |
Merge branch 'uli42-pr/various2' into 3.6.x
Attributes GH PR #827: https://github.com/ArcticaProject/nx-libs/pull/827
Diffstat (limited to 'nxcompshad/src/Core.cpp')
-rw-r--r-- | nxcompshad/src/Core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/src/Core.cpp b/nxcompshad/src/Core.cpp index c5084e884..99ecce82f 100644 --- a/nxcompshad/src/Core.cpp +++ b/nxcompshad/src/Core.cpp @@ -216,7 +216,7 @@ int CorePoller::isChanged(int (*checkIfInputCallback)(void *), void *arg, int *s // In order to allow this function to // be suspended and resumed later, we // need to save these two status vars. - // + // static int idxIlace = 0; static int curLine = 0; |