summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index f0ec721..3f01a9c 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -241,7 +241,7 @@ protected:
private:
struct LongestSourcePath
{
- LongestSourcePath() {}
+ LongestSourcePath() = default;
size_t Length = 0;
cmGeneratorTarget* Target = 0;
cmSourceFile const* SourceFile = 0;