aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--typesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/typesystem.h b/typesystem.h
index b47a20030..ce5104f9f 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -50,7 +50,7 @@ struct APIEXTRACTOR_API Include
Include() : type(IncludePath) {}
Include(IncludeType t, const QString &nam) : type(t), name(nam) {};
- bool isValid()
+ bool isValid() const
{
return !name.isEmpty();
}