Skip to content

Commit

Permalink
pimpl.h: Solve typos
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 17, 2017
1 parent cc02728 commit 9168c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirLib/deps/rpclib/include/rpc/detail/pimpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ template <typename T, std::size_t Size, int Align = -1> class pimpl_ptr {
#elif defined(__amd64) || defined(__amd64__) || defined(__x86_64) || defined(__x86_64__) || defined(_M_X64) || defined(_M_AMD64)
#define RPCLIB_DEF_ALIGN 8
#else
#error "Unkown architecture"
#error "Unknown architecture"
#endif

#define RPCLIB_DECL_PIMPL(Size) \
Expand Down

0 comments on commit 9168c80

Please sign in to comment.