diff options
Diffstat (limited to 'Source/cmExpandedCommandArgument.h')
-rw-r--r-- | Source/cmExpandedCommandArgument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExpandedCommandArgument.h b/Source/cmExpandedCommandArgument.h index f4e151704d..1f8e405477 100644 --- a/Source/cmExpandedCommandArgument.h +++ b/Source/cmExpandedCommandArgument.h @@ -31,7 +31,7 @@ public: bool WasQuoted() const; - bool operator== (std::string const& value) const; + bool operator==(std::string const& value) const; bool empty() const; |