summaryrefslogtreecommitdiff
path: root/databases/cstore/patches/patch-ad
blob: c231ef430341a188b03434e55e1f3810e088aefd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $

--- src/UnitTests/BNotOpTest.h	2007/11/07 20:21:01	1.1
+++ src/UnitTests/BNotOpTest.h	2007/11/07 20:21:17
@@ -59,8 +59,8 @@
 	BNotOpTest();
 	virtual ~BNotOpTest();
 	bool run(Globals* g, const vector<string>&);
-	bool BNotOpTest::runTestCase1(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
-	bool BNotOpTest::runTestCase2(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
+	bool runTestCase1(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
+	bool runTestCase2(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
 };
 
 #endif //_BNOTOPTEST_H_