summaryrefslogtreecommitdiffstats
path: root/Source/cmClassFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmClassFile.h')
-rw-r--r--Source/cmClassFile.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmClassFile.h b/Source/cmClassFile.h
index 4004839..8a9845e 100644
--- a/Source/cmClassFile.h
+++ b/Source/cmClassFile.h
@@ -35,6 +35,7 @@ public:
{
m_AbstractClass = false;
m_HeaderFileOnly = false;
+ m_IsExecutable = false;
}
/**
@@ -60,6 +61,11 @@ public:
bool m_HeaderFileOnly;
/**
+ * Indicate whether this class is an executable file
+ */
+ bool m_IsExecutable;
+
+ /**
* The full path to the file.
*/
std::string m_FullPath;