bug
[c11tester.git] / cyclegraph.cc
index 750086c5c1c37fa63ab18072a5a2a7d94b504879..324e01cc0312747e4b39ee4b6c37343cfd7d163f 100644 (file)
@@ -56,7 +56,7 @@ bool CycleGraph::checkReachable(CycleNode *from, CycleNode *to) {
 }
 
 /** Returns whether a CycleGraph contains cycles. */
-bool checkForCycles() {
+bool CycleGraph::checkForCycles() {
        return hasCycles;
 }