diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:47:21 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:47:21 +0200 |
commit | ca64896d49b70fc0ffec711a079167c972fe635e (patch) | |
tree | 0059c36336378c886b750860aa5343b847c3609a /library/CustomGrid.cpp | |
parent | 1.3 (diff) | |
download | FreeFileSync-ca64896d49b70fc0ffec711a079167c972fe635e.tar.gz FreeFileSync-ca64896d49b70fc0ffec711a079167c972fe635e.tar.bz2 FreeFileSync-ca64896d49b70fc0ffec711a079167c972fe635e.zip |
1.4
Diffstat (limited to 'library/CustomGrid.cpp')
-rw-r--r-- | library/CustomGrid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/CustomGrid.cpp b/library/CustomGrid.cpp index 876ad8f9..eea2a0d4 100644 --- a/library/CustomGrid.cpp +++ b/library/CustomGrid.cpp @@ -166,7 +166,7 @@ public: { if (currentUI_ViewPtr->size() > unsigned(row)) { - if ((*currentUI_ViewPtr)[row].cmpResult == ConstFilteredOut) + if ((*currentUI_ViewPtr)[row].cmpResult == constFilteredOut) return true; } } |