From 4605d05756cf6518c52574eacbe905f19a8b38a5 Mon Sep 17 00:00:00 2001 From: Felix Dubrownik Date: Sun, 7 Sep 2014 20:39:21 +0200 Subject: [PATCH] Renamed RadioList --- src/ui/{ofxRadioList.cpp => RadioList.cpp} | 0 src/ui/{ofxRadioList.h => RadioList.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/ui/{ofxRadioList.cpp => RadioList.cpp} (100%) rename src/ui/{ofxRadioList.h => RadioList.h} (100%) diff --git a/src/ui/ofxRadioList.cpp b/src/ui/RadioList.cpp similarity index 100% rename from src/ui/ofxRadioList.cpp rename to src/ui/RadioList.cpp diff --git a/src/ui/ofxRadioList.h b/src/ui/RadioList.h similarity index 100% rename from src/ui/ofxRadioList.h rename to src/ui/RadioList.h