Skip to content

Commit 17c651f

Browse files
committed
fix include guard
1 parent ba67fbf commit 17c651f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

polymorphism/include/polymorphism/impl_with_interface.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IMPL_WITH_INTERFACE_HPP
2-
#define IMPL_WITH_INTERFACE_HPP
1+
#ifndef POYMORPHISM_IMPL_WITH_INTERFACE_HPP
2+
#define POYMORPHISM_IMPL_WITH_INTERFACE_HPP
33

44
// make the inteface defintion visible
55
#include <polymorphism/i_super_cool_features.hpp>
@@ -23,4 +23,4 @@ class Impl
2323

2424
} // namespace classic
2525

26-
#endif // IMPL_WITH_INTERFACE_HPP
26+
#endif // POYMORPHISM_IMPL_WITH_INTERFACE_HPP

0 commit comments

Comments
 (0)