fix: project rename

This commit is contained in:
Michael Carlberg 2016-11-19 06:22:44 +01:00
parent 6a6796160a
commit fd57ab0f3d
172 changed files with 363 additions and 881 deletions
include/drawtypes

View file

@ -5,7 +5,7 @@
#include "drawtypes/label.hpp"
#include "utils/mixins.hpp"
LEMONBUDDY_NS
POLYBAR_NS
namespace drawtypes {
class ramp : public non_copyable_mixin<ramp> {
@ -27,4 +27,4 @@ namespace drawtypes {
ramp_t load_ramp(const config& conf, string section, string name, bool required = true);
}
LEMONBUDDY_NS_END
POLYBAR_NS_END