mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpimath] Explicitly export wpimath symbols
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
This commit is contained in:
committed by
Peter Johnson
parent
161e211734
commit
382deef750
@@ -4,6 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "wpi/SymbolExports.h"
|
||||
|
||||
namespace wpi {
|
||||
|
||||
class SendableBuilder;
|
||||
@@ -11,7 +13,7 @@ class SendableBuilder;
|
||||
/**
|
||||
* Interface for Sendable objects.
|
||||
*/
|
||||
class Sendable {
|
||||
class WPILIB_DLLEXPORT Sendable {
|
||||
public:
|
||||
virtual ~Sendable() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user