diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2017-03-24 17:30:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-24 19:16:56 (GMT) |
commit | fda80fde76c230dda8372bf9d7208520c40f3611 (patch) | |
tree | 71ec368a062bd601470927b13a12d64cd303b18d /Encoding.hxx.in | |
parent | 8ba8b5537cdee251d412c331267822badc8fafdc (diff) | |
download | CMake-fda80fde76c230dda8372bf9d7208520c40f3611.zip CMake-fda80fde76c230dda8372bf9d7208520c40f3611.tar.gz CMake-fda80fde76c230dda8372bf9d7208520c40f3611.tar.bz2 |
KWSys 2017-03-24 (7e9f7b7b)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 7e9f7b7bdc8ac54006a40a775867022c4d678b06 (master).
Upstream Shortlog
-----------------
Brad King (3):
0af48083 Drop custom Git whitespace check attribute
6365886c Define a custom Git attribute to mark sources using our C style
d22c2743 clang-format.bash: Use Git attributes to mark files for formatting
Egor Pugin (3):
ce44c58a FStream: Export ReadBOM() from shared library
04e24b2b ConsoleBuf: Remove export macro from BasicConsoleBuf template
858d5edd Encoding: Export CommandLineArguments from shared library
Diffstat (limited to 'Encoding.hxx.in')
-rw-r--r-- | Encoding.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Encoding.hxx.in b/Encoding.hxx.in index 6639efd..bf93f50 100644 --- a/Encoding.hxx.in +++ b/Encoding.hxx.in @@ -13,7 +13,7 @@ class @KWSYS_NAMESPACE@_EXPORT Encoding { public: // Container class for argc/argv. - class CommandLineArguments + class @KWSYS_NAMESPACE@_EXPORT CommandLineArguments { public: // On Windows, get the program command line arguments |