From e7a5115593e0d7835e7d2139c07491130abb07f8 Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:39:06 -0700 Subject: [PATCH] add note for MxStreamerSubclass1 --- LEGO1/mxstreamer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/mxstreamer.h b/LEGO1/mxstreamer.h index 7bdc22bd..fa7b0d95 100644 --- a/LEGO1/mxstreamer.h +++ b/LEGO1/mxstreamer.h @@ -8,6 +8,8 @@ #include "mxstreamcontroller.h" #include "mxtypes.h" +// NOTE: This feels like some kind of templated class, maybe something from the +// STL. But I haven't figured out what yet (it's definitely not a vector). class MxStreamerSubClass1 { public: