We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c1500 commit 8a8cedeCopy full SHA for 8a8cede
src/lib/fcitx-utils/standardpath.h
@@ -90,11 +90,12 @@ NotFilter<T> Not(T t) {
90
}
91
92
/// \brief Filter class that filters based on user file.
93
-struct FCITXUTILS_DEPRECATED_EXPORT User{
+struct FCITXUTILS_DEPRECATED_EXPORT User {
94
bool operator()(const std::string & /*unused*/,
95
- const std::string & /*unused*/, bool isUser){return isUser;
96
-} // namespace filter
97
-}; // namespace fcitx
+ const std::string & /*unused*/, bool isUser) {
+ return isUser;
+ }
98
+};
99
100
/// \brief Filter class that filters file based on prefix
101
struct FCITXUTILS_DEPRECATED_EXPORT Prefix {
0 commit comments