Skip to content

Commit

Permalink
Fixed export bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TianZerL committed Jun 5, 2020
1 parent 44a5e9c commit 9ac2443
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Anime4KCore/include/Anime4KCPUCNN.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace Anime4KCPP
{
class Anime4KCPUCNN;
class DLL Anime4KCPUCNN;
}

class Anime4KCPP::Anime4KCPUCNN :public Anime4K
Expand Down
2 changes: 1 addition & 1 deletion Anime4KCore/include/Anime4KGPUCNN.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace Anime4KCPP
{
class Anime4KGPUCNN;
class DLL Anime4KGPUCNN;
}

class Anime4KCPP::Anime4KGPUCNN :public Anime4K
Expand Down
2 changes: 2 additions & 0 deletions Anime4KCore/src/Anime4KCPUCNN.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#define DLL

#include "Anime4KCPUCNN.h"

Anime4KCPP::Anime4KCPUCNN::Anime4KCPUCNN(const Parameters& parameters) :
Expand Down
2 changes: 2 additions & 0 deletions Anime4KCore/src/Anime4KGPUCNN.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#define DLL

#include "Anime4KGPUCNN.h"

Anime4KCPP::Anime4KGPUCNN::Anime4KGPUCNN(const Parameters& parameters) :
Expand Down
Loading

0 comments on commit 9ac2443

Please sign in to comment.