Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
d055ebb8
Commit
d055ebb8
authored
May 16, 2001
by
Brad King
Browse files
ERR: const error fixed.
parent
3f12d26a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmGeneratedFileStream.h
View file @
d055ebb8
...
...
@@ -80,7 +80,7 @@ public:
/**
* Allow a test for whether the file is open.
*/
operator
bool
()
const
{
return
m_Stream
.
is_open
();
}
operator
bool
()
{
return
m_Stream
.
is_open
();
}
/**
* Close the file stream. This will cause the copy-if-different to the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment