Skip to content

Commit

Permalink
Fix extern variable in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jul 26, 2019
1 parent 637c262 commit 724c934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
1 change: 0 additions & 1 deletion sources/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

set(CORE_SRC
src/Block.cpp
src/BlockInformation.cpp
src/Log.cpp
src/Parameter.cpp
src/Parameters.cpp
Expand Down
5 changes: 3 additions & 2 deletions sources/Core/include/BlockFactory/Core/BlockInformation.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ namespace blockfactory {
using OutputPortsInfo = std::vector<Port::Info>;
using InputSignalPtr = std::shared_ptr<const blockfactory::core::Signal>;
using OutputSignalPtr = std::shared_ptr<blockfactory::core::Signal>;
// List of possible key for defining block options:
extern const std::string BlockOptionPrioritizeOrder;

// List of possible keys for defining block options:
const std::string BlockOptionPrioritizeOrder = "wbt.BlockOptionPrioritizeOrder";
} // namespace core
} // namespace blockfactory

Expand Down
11 changes: 0 additions & 11 deletions sources/Core/src/BlockInformation.cpp

This file was deleted.

0 comments on commit 724c934

Please sign in to comment.