Skip to content

Commit b322982

Browse files
committed
broke build because of header rename
1 parent 1236d9a commit b322982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PreservePermissions/permissions_preserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <sdk.h> // Code::Blocks SDK
22
#include <editorbase.h>
33
#include <configurationpanel.h>
4-
#include "Permissions_Preserver.h"
4+
#include "permissions_preserver.h"
55

66
// Register the plugin with Code::Blocks.
77
// We are using an anonymous namespace so we don't litter the global one.

0 commit comments

Comments
 (0)