Skip to content

Commit

Permalink
Rename namespace to Sass2Scss
Browse files Browse the repository at this point in the history
This allows this library's source to be amalgamated together with
libsass (otherwise we get definition conflicts, e.g. for rtrim).
  • Loading branch information
glebm committed Aug 23, 2019
1 parent 7709939 commit d5a680c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sass2scss.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "sass2scss.h"

// add namespace for c++
namespace Sass
namespace Sass2Scss
{

// return the actual prettify value from options
Expand Down
4 changes: 2 additions & 2 deletions sass2scss.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#endif

// add namespace for c++
namespace Sass
namespace Sass2Scss
{

// pretty print options
Expand Down Expand Up @@ -117,4 +117,4 @@ extern "C" {
} // __cplusplus defined.
#endif

#endif
#endif

0 comments on commit d5a680c

Please sign in to comment.