diff options
Diffstat (limited to 'Source/cmExpandedCommandArgument.h')
-rw-r--r-- | Source/cmExpandedCommandArgument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExpandedCommandArgument.h b/Source/cmExpandedCommandArgument.h index fe86528..302e8db 100644 --- a/Source/cmExpandedCommandArgument.h +++ b/Source/cmExpandedCommandArgument.h @@ -24,6 +24,7 @@ public: bool WasQuoted() const; + bool operator==(const char* value) const; bool operator==(std::string const& value) const; bool empty() const; |