소스 검색

Resolved undefined Common::g_scm_branch error.

Thomas Edvalson 12 년 전
부모
커밋
08e1ba746f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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