compilation fixes

View: New views
2 Messages — Rating Filter:   Alert me  

compilation fixes

by Sandor Bodo-Merle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is needed to compile current HEAD.

---
 src/controller.cpp      |    2 +-
 src/entrycomparison.cpp |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/controller.cpp b/src/controller.cpp
index 5fc7264..b9779e7 100644
--- a/src/controller.cpp
+++ b/src/controller.cpp
@@ -29,7 +29,7 @@
 #include "borrower.h"
 #include "filterview.h"
 #include "loanview.h"
-#include "calendarhandler.h"
+#include "utils/calendarhandler.h"
 #include "tellico_debug.h"
 #include "groupiterator.h"
 #include "entryupdater.h"
diff --git a/src/entrycomparison.cpp b/src/entrycomparison.cpp
index 5332061..b39454b 100644
--- a/src/entrycomparison.cpp
+++ b/src/entrycomparison.cpp
@@ -16,8 +16,8 @@
 #include "field.h"
 #include "fieldformat.h"
 #include "collection.h"
-#include "isbnvalidator.h"
-#include "lccnvalidator.h"
+#include "utils/isbnvalidator.h"
+#include "utils/lccnvalidator.h"

 using Tellico::EntryComparison;

--


_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users

Re: compilation fixes

by robbystephenson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thursday 19 March 2009, Sandor Bodo-Merle wrote:
> This is needed to compile current HEAD.

Thanks, I thought I compiled everything when I moved the files, guess I had
some stale ones lying around.

Robby

_______________________________________________
tellico-users mailing list
tellico-users@...
http://forge.novell.com/mailman/listinfo/tellico-users