diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 02:12:02 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 02:12:02 +0200 | 
| commit | cf84c354b30b39fe04a79f457947f7f778bc8fc7 (patch) | |
| tree | 53cc2eb9d2149fd16653b8df77478b3cb71d6217 /facetracknoir | |
| parent | 43096962390dfa8005aa81def09aa274ac6c90cb (diff) | |
fix warn !_WIN32
Diffstat (limited to 'facetracknoir')
| -rw-r--r-- | facetracknoir/plugin-support.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/plugin-support.cpp b/facetracknoir/plugin-support.cpp index 553d4aed..e9154bb7 100644 --- a/facetracknoir/plugin-support.cpp +++ b/facetracknoir/plugin-support.cpp @@ -124,7 +124,7 @@ DynamicLibrary::DynamicLibrary(const QString& filename) :                  handle = nullptr;                  return true;              } -            false; +            return false;          }      };  | 
