Explorar o código

Resolved undefined Common::g_scm_branch error.

Thomas Edvalson %!s(int64=12) %!d(string=hai) anos
pai
achega
08e1ba746f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/scm_rev.cpp.in

+ 1 - 1
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