소스 검색

Fixed thanks to Jay!

Douglas William Thrift 14 년 전
부모
커밋
ac05605dde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dtpstree.cpp

+ 1 - 1
dtpstree.cpp

@@ -664,7 +664,7 @@ private:
 				--child;
 			}
 
-			proc->print(tree(!_index, l4st), proc->children<Map>());
+			proc->print(tree(!_index, l4st), proc->template children<Map>());
 
 			if (l4st)
 				break;