app: forgot a #pragma once
This commit is contained in:
parent
78186c7a16
commit
7ea10c6475
1 changed files with 1 additions and 5 deletions
|
|
@ -18,8 +18,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CONTAINER_TREE_VIEW_PRIVATE_H__
|
||||
#define __GIMP_CONTAINER_TREE_VIEW_PRIVATE_H__
|
||||
#pragma once
|
||||
|
||||
|
||||
struct _GimpContainerTreeViewPrivate
|
||||
|
|
@ -42,6 +41,3 @@ struct _GimpContainerTreeViewPrivate
|
|||
|
||||
gboolean dnd_drop_to_empty;
|
||||
};
|
||||
|
||||
|
||||
#endif /* __GIMP_CONTAINER_TREE_VIEW_PRIVATE_H__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue