-
Notifications
You must be signed in to change notification settings - Fork 802
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iter-to-stl] last merge: rename filename to gnc-tree-container.hpp
to reflect class name
- Loading branch information
1 parent
d8a0e29
commit 9213853
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 * | ||
|
@@ -19,8 +19,8 @@ | |
* Boston, MA 02110-1301, USA [email protected] * | ||
\********************************************************************/ | ||
|
||
#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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters