Skip to content

Commit

Permalink
added PumpInstance to the meson build file and removed double inclusi…
Browse files Browse the repository at this point in the history
…on of pumpinstance.h
  • Loading branch information
Lars-Kool committed Apr 29, 2024
1 parent a6fe20e commit 401deb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion MMCore/Devices/DeviceInstances.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@
#include "SLMInstance.h"
#include "GalvoInstance.h"
#include "HubInstance.h"
#include "PumpInstance.h"
1 change: 1 addition & 0 deletions MMCore/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ mmcore_sources = files(
'Devices/HubInstance.cpp',
'Devices/ImageProcessorInstance.cpp',
'Devices/MagnifierInstance.cpp',
'Devices/PumpInstance.cpp',
'Devices/SerialInstance.cpp',
'Devices/ShutterInstance.cpp',
'Devices/SignalIOInstance.cpp',
Expand Down

0 comments on commit 401deb0

Please sign in to comment.