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

--- src/AM/CatalogInstance.h	2007/11/07 20:24:04	1.1
+++ src/AM/CatalogInstance.h	2007/11/07 20:24:30
@@ -156,7 +156,7 @@
    CatalogInstance(); //  class Projection* proj );
    ~CatalogInstance();
   
-  list<class TVariable*> CatalogInstance::getColumns();
+  list<class TVariable*> getColumns();
   class TVariable* getCol( string name );
   void setAlias( string alias );
   string getAlias();