aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/scm_rev.h
diff options
context:
space:
mode:
authorGravatar ShizZy <shizzy@6bit.net>2014-04-23 22:04:33 -0400
committerGravatar ShizZy <shizzy@6bit.net>2014-04-23 22:04:33 -0400
commit121960a2eb2141ac9313803b88f9adb043407475 (patch)
treed6cea03497f720eb2ebd17970292becf742125c2 /src/common/scm_rev.h
parent4405a53cf3b669e84b1d953d35e89ec29b916293 (diff)
updated windows scm_rev code to use new style
Diffstat (limited to 'src/common/scm_rev.h')
-rw-r--r--src/common/scm_rev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/scm_rev.h b/src/common/scm_rev.h
index 7f5ce119..d3466461 100644
--- a/src/common/scm_rev.h
+++ b/src/common/scm_rev.h
@@ -7,8 +7,7 @@
namespace Common {
extern const char g_scm_rev[];
-extern const char g_scm_ref_spec[];
+extern const char g_scm_branch[];
extern const char g_scm_desc[];
} // namespace
-