aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/scm_rev.cpp.in
diff options
context:
space:
mode:
authorGravatar Thomas Edvalson <machin3@gmail.com>2014-04-25 10:34:27 -0400
committerGravatar Thomas Edvalson <machin3@gmail.com>2014-04-25 10:34:27 -0400
commit08e1ba746ffa4ce0ed7db1bf1d196125a7816add (patch)
treef8992696ceb102d6df9932bb2e790625557a01f6 /src/common/scm_rev.cpp.in
parent15dacc4d3f0f5f7e939bed8129bcffea55a056ea (diff)
Resolved undefined Common::g_scm_branch error.
Diffstat (limited to 'src/common/scm_rev.cpp.in')
-rw-r--r--src/common/scm_rev.cpp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scm_rev.cpp.in b/src/common/scm_rev.cpp.in
index 512c5bd4..09366e80 100644
--- a/src/common/scm_rev.cpp.in
+++ b/src/common/scm_rev.cpp.in
@@ -11,7 +11,7 @@
namespace Common {
const char g_scm_rev[] = GIT_REV;
-const char g_scm_ref_spec[] = GIT_BRANCH;
+const char g_scm_branch[] = GIT_BRANCH;
const char g_scm_desc[] = GIT_DESC;
} // namespace