Quellcode durchsuchen

Fixed thanks to Jay!

Douglas William Thrift vor 14 Jahren
Ursprung
Commit
ac05605dde
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;