diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-04-25 15:01:37 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-04-25 15:01:37 (GMT) |
commit | 7d407b438ddc9470687f0fe30d1cef3749dbd8c5 (patch) | |
tree | 1065c7658cbc180e62726127c0055f32a695ed6c /Source/cmLocalVisualStudio7Generator.h | |
parent | 83e3b1497d4889f8dbb7238a270296377035e40b (diff) | |
download | CMake-7d407b438ddc9470687f0fe30d1cef3749dbd8c5.zip CMake-7d407b438ddc9470687f0fe30d1cef3749dbd8c5.tar.gz CMake-7d407b438ddc9470687f0fe30d1cef3749dbd8c5.tar.bz2 |
cmVisualStudioGeneratorOptions: specify indentation with integer
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 22b4264..b093e6f 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -30,7 +30,7 @@ public: : cmVisualStudioGeneratorOptions(lg, tool, table, extraTable) { } - void OutputFlag(std::ostream& fout, const char* indent, const char* tag, + void OutputFlag(std::ostream& fout, int indent, const char* tag, const std::string& content) override; }; |