Skip to content

Commit

Permalink
[iter-to-stl] last merge: rename filename to gnc-tree-container.hpp
Browse files Browse the repository at this point in the history
to reflect class name
  • Loading branch information
christopherlam committed Aug 15, 2023
1 parent d8a0e29 commit 9213853
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gnucash/gnome-utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ set(gnome_utils_noinst_HEADERS
gnc-autosave.h
gnc-gobject-utils.h
gnc-gtk-utils.h
gnc-tree-model-container.hpp
gnc-tree-container.hpp
gnc-option-gtk-ui.hpp
search-param.h
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/********************************************************************\
* gnc-tree-model-container.hpp
* gnc-tree-container.hpp
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
Expand All @@ -19,8 +19,8 @@
* Boston, MA 02110-1301, USA gnu@gnu.org *
\********************************************************************/

#ifndef GNC_TREE_MODEL_CONTAINER_HPP
#define GNC_TREE_MODEL_CONTAINER_HPP
#ifndef GNC_TREE_CONTAINER_HPP
#define GNC_TREE_CONTAINER_HPP

#include <string>
#include <optional>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <glib/gi18n.h>
#include <stdlib.h>

#include "gnc-tree-model-container.hpp"
#include "gnc-tree-container.hpp"
#include "gnc-ui.h"
#include "gnc-uri-utils.h"
#include "gnc-ui-util.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include "gnc-csv-gnumeric-popup.h"
#include "go-charmap-sel.h"

#include "gnc-tree-model-container.hpp"
#include "gnc-tree-container.hpp"
#include "gnc-imp-settings-csv-tx.hpp"
#include "gnc-import-tx.hpp"
#include "gnc-tokenizer-fw.hpp"
Expand Down

0 comments on commit 9213853

Please sign in to comment.