We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555520b commit 35c5bbdCopy full SHA for 35c5bbd
1 file changed
src/visualizer/gui/sequencer_ui_manager.hpp
@@ -15,6 +15,7 @@
15
#include "io/loader.hpp"
16
#include "sequencer/rml_sequencer_panel.hpp"
17
#include "sequencer/sequencer_controller.hpp"
18
+#include <core/export.hpp>
19
#include <atomic>
20
#include <chrono>
21
#include <condition_variable>
@@ -66,7 +67,7 @@ namespace lfs::vis {
66
67
[[nodiscard]] float preferredFloatingHeight() const;
68
// Serialized status of the active PLY sequence (empty when inactive).
69
// Used by MCP tooling to verify playback/scrub behaviour.
- [[nodiscard]] std::string plyPlayerStatusJson() const;
70
+ [[nodiscard]] LFS_VIS_API std::string plyPlayerStatusJson() const;
71
72
private:
73
void renderSequencerPanel(const UIContext& ctx, const ViewportLayout& viewport,
0 commit comments