One more external visibility ...

This commit is contained in:
Matthias Koefferlein 2017-12-31 10:56:46 -08:00
parent 6b4d24b442
commit c4cf394719
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ namespace gsi
* *
* This class is specialized to implement the actual call process later. * This class is specialized to implement the actual call process later.
*/ */
struct Callee struct GSI_PUBLIC Callee
: public tl::Object : public tl::Object
{ {
Callee () { } Callee () { }
@ -49,7 +49,7 @@ struct Callee
* This object holds informations about the actual implementation of the callback * This object holds informations about the actual implementation of the callback
* on the scripting client's side. * on the scripting client's side.
*/ */
struct Callback struct Callback
{ {
Callback () Callback ()
: id (-1), callee (0), argsize (0), retsize (0) : id (-1), callee (0), argsize (0), retsize (0)