Skip to content

Commit

Permalink
Fix windows export declaration. Refs #4399
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 17, 2012
1 parent 50b88ec commit cea1566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Kernel
{
/// Forward declare checking function
template<typename T>
bool checkIsEmpty(const T &);
DLLExport bool checkIsEmpty(const T &);

/// Specialization for any vector type
template<typename T>
Expand Down

0 comments on commit cea1566

Please sign in to comment.