From eb0cccdcbb6d7eba5c29654525d6a228384e2674 Mon Sep 17 00:00:00 2001 From: randomdan Date: Sat, 18 Dec 2010 02:04:56 +0000 Subject: Do some renaming and reorganising at last --- project2/commonObjects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project2/commonObjects.cpp') diff --git a/project2/commonObjects.cpp b/project2/commonObjects.cpp index f39eb60..90c8bdc 100644 --- a/project2/commonObjects.cpp +++ b/project2/commonObjects.cpp @@ -1,6 +1,6 @@ #include "commonObjects.h" -PerRowValuesPtr +RowSetPtr CommonObjects::getSource(const std::string & name) const { RowSets::const_iterator i = rowSets.find(name); -- cgit v1.2.3