Skip to content

Commit

Permalink
CraterCrashGH-444 With header guards - property_utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jul 9, 2024
1 parent 2d1c24e commit 18203f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/property_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
#ifndef ORCHESTRATOR_PROPRETY_UTILS_H
#ifndef ORCHESTRATOR_PROPERTY_UTILS_H
#define ORCHESTRATOR_PROPERTY_UTILS_H

#include <godot_cpp/core/property_info.hpp>
Expand Down Expand Up @@ -136,4 +136,4 @@ namespace PropertyUtils
String usage_to_string(uint32_t p_usage);
}

#endif // ORCHESTRATOR_PROPRETY_UTILS_H
#endif // ORCHESTRATOR_PROPERTY_UTILS_H

0 comments on commit 18203f4

Please sign in to comment.