diff --git a/src/Neuron/NeuronBiased.cpp b/src/Neuron/NeuronBiased.cpp
index 834c99a8118f9640ac71fcf7c3246c511e12191b..12974082e287e72898b839d40fb3a79267f5ea3a 100644
--- a/src/Neuron/NeuronBiased.cpp
+++ b/src/Neuron/NeuronBiased.cpp
@@ -12,7 +12,7 @@
 
 #include "NeuronBiasedSerialization.h"
 
-BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBiased);
+BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBiased)
 
 namespace lib4neuro {
 
diff --git a/src/Neuron/NeuronBinary.cpp b/src/Neuron/NeuronBinary.cpp
index a862499b1bdcdcfc11bfb508627fcdbd51d0970d..390d60f5bcc3684d53c23747cbfead6abffe61cc 100644
--- a/src/Neuron/NeuronBinary.cpp
+++ b/src/Neuron/NeuronBinary.cpp
@@ -4,7 +4,7 @@
 #include "NeuronSerialization.h"
 #include "NeuronBinarySerialization.h"
 
-BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBinary);
+BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBinary)
 
 namespace lib4neuro {
     NeuronBinary::NeuronBinary() {}