Skip to content

Commit

Permalink
fix macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
iontodirel committed Dec 30, 2023
1 parent 25859db commit efa1ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion position.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ POSITION_LIB_INLINE_NO_DISABLE position_display_string format(const T& p, const
return ps;
}

#ifndef APRS_LIB_PUBLIC_FORWARD_DECLARATIONS_ONLY
#ifndef POSITION_LIB_PUBLIC_FORWARD_DECLARATIONS_ONLY

POSITION_LIB_INLINE position_dd::position_dd(double lat, double lon)
{
Expand Down
2 changes: 1 addition & 1 deletion tests/use_in_tu.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#define APRS_LIB_PUBLIC_FORWARD_DECLARATIONS_ONLY
#define POSITION_LIB_PUBLIC_FORWARD_DECLARATIONS_ONLY
#define POSITION_LIB_INLINE
#include "../position.hpp"

0 comments on commit efa1ca6

Please sign in to comment.