reVeno/Source/Veno/GUI/GUIParts/Sidebar/SidebarMixer.cpp

11 lines
163 B
C++
Raw Normal View History

//
// Created by versustune on 13.06.20.
//
#include "SidebarMixer.h"
SidebarMixer::SidebarMixer (const std::string& processId) : BaseComponent (processId)
{
}