diff options
| author | Tannin <devnull@localhost> | 2015-06-08 18:28:20 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-06-08 18:28:20 +0200 |
| commit | ebf6ff3f7695df2022d25f9e9198d37c699cbc94 (patch) | |
| tree | ed1a14944bd7aa16c27acf2cbd3a32829e22c067 /src/modlistsortproxy.h | |
| parent | 02b5e73c2d2db49dfd6ad9ebfcc09c42897d64ff (diff) | |
workaround to prevent crashes when toggling mods causes the filtered list to change
Diffstat (limited to 'src/modlistsortproxy.h')
| -rw-r--r-- | src/modlistsortproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistsortproxy.h b/src/modlistsortproxy.h index 35c60235..93092ba7 100644 --- a/src/modlistsortproxy.h +++ b/src/modlistsortproxy.h @@ -50,6 +50,7 @@ public: void setProfile(Profile *profile);
void setCategoryFilter(const std::vector<int> &categories);
+ std::vector<int> categoryFilter() const { return m_CategoryFilter; }
void setContentFilter(const std::vector<int> &content);
|
