[glom] Tests: Fix make check after a class rename.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Tests: Fix make check after a class rename.
- Date: Fri, 25 Oct 2013 09:20:46 +0000 (UTC)
commit b2b9e7d172b2561169e1e2a5c017bad318db12b8
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Oct 25 10:22:52 2013 +0200
Tests: Fix make check after a class rename.
tests/test_glade_derived_instantiation.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test_glade_derived_instantiation.cc b/tests/test_glade_derived_instantiation.cc
index 1448087..84ad1c1 100644
--- a/tests/test_glade_derived_instantiation.cc
+++ b/tests/test_glade_derived_instantiation.cc
@@ -22,7 +22,7 @@
#include <glom/appwindow.h>
#include <glom/dialog_existing_or_new.h>
#include <glom/mode_design/print_layouts/box_print_layouts.h>
-#include <glom/mode_design/relationships_overview/dialog_relationships_overview.h>
+#include <glom/mode_design/relationships_overview/window_relationships_overview.h>
#include <glom/mode_design/dialog_relationships.h>
#include <glom/mode_design/report_layout/dialog_layout_report.h>
#include <glom/box_reports.h>
@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
//Developer mode UI:
instantiate_widget<Box_Print_Layouts>();
- instantiate_widget<Dialog_RelationshipsOverview>();
+ instantiate_widget<Window_RelationshipsOverview>();
instantiate_widget<Dialog_Relationships>();
instantiate_widget<Dialog_Layout_Report>();
instantiate_widget<Box_Reports>();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]