summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-30 11:17:55 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-02 23:03:59 (GMT)
commit52919ac8ac22e1646f8f46907fe9c8e753d954cf (patch)
treeb01c21c644b9e654fef19f1ee42d4d8b4b3048c3 /Source/cmTarget.h
parentb68f2ea8ae26b23639df5978116375b47b4123c3 (diff)
downloadCMake-52919ac8ac22e1646f8f46907fe9c8e753d954cf.zip
CMake-52919ac8ac22e1646f8f46907fe9c8e753d954cf.tar.gz
CMake-52919ac8ac22e1646f8f46907fe9c8e753d954cf.tar.bz2
cmMakefile: Make cmListFileBacktrace default constructible.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 2150b83..0cbb575 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -66,7 +66,7 @@ public:
class cmLinkImplItem: public cmLinkItem
{
public:
- cmLinkImplItem(): cmLinkItem(), Backtrace(0), FromGenex(false) {}
+ cmLinkImplItem(): cmLinkItem(), Backtrace(), FromGenex(false) {}
cmLinkImplItem(std::string const& n,
cmTarget const* t,
cmListFileBacktrace const& bt,