commit | 665e60cad0ad96df9f4c4e7bb919180decf66b89 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Wed Feb 12 13:57:10 2014 -0800 |
committer | Brian Silverman <brians> | Wed Feb 12 13:57:44 2014 -0800 |
tree | 1d2c3ac220fe40d971bfefccb685c7ebb81e538b | |
parent | 243044b0a4035a13ff1faf7b2eeecbbdabe2cb9b [diff] [blame] |
got the ruby-generated type info actually working
diff --git a/aos/common/queue.h b/aos/common/queue.h index 9f6bc9d..210c61e 100644 --- a/aos/common/queue.h +++ b/aos/common/queue.h
@@ -49,7 +49,7 @@ // Writes the contents of the message to the provided buffer. size_t Print(char *buffer, int length) const; - const MessageType *GetType() const; + static const MessageType *GetType(); }; template <class T> class Queue;