CallInterface.cpp 184 B

123456789
  1. // Copyright (c) 2013-2014 Josh Blum
  2. // SPDX-License-Identifier: BSL-1.0
  3. #include <Pothos/Callable/CallInterfaceImpl.hpp>
  4. Pothos::CallInterface::~CallInterface(void)
  5. {
  6. return;
  7. }