Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 11, 2013
1 parent 4348e3a commit 1c41ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libdeng2/include/de/libdeng2.h
Expand Up @@ -221,7 +221,7 @@
typedef ClassName Public; \
struct ClassName::Instance : public de::Private<ClassName>

#if defined __cplusplus
#if defined(__cplusplus)
namespace de {

/**
Expand Down Expand Up @@ -253,7 +253,7 @@ inline ToType function_cast(FromType ptr)
} // namespace de
#endif // __cplusplus

#if defined __cplusplus && !defined DENG2_C_API_ONLY
#if defined(__cplusplus) && !defined(DENG2_C_API_ONLY)
namespace de {

/**
Expand Down

0 comments on commit 1c41ff7

Please sign in to comment.