summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index e6b9064..5c42f57 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -2673,7 +2673,7 @@ bool ClassDef::isLinkable() const
}
else
{
- return isLinkableInProject() || isReference();
+ return isReference() || isLinkableInProject();
}
}