OS X compile fixes

This commit is contained in:
Jonas Strandstedt
2014-12-04 11:20:28 +01:00
parent cb526c7736
commit d7487f601c
3 changed files with 7 additions and 3 deletions

View File

@@ -60,8 +60,8 @@ void ABufferFramebuffer::postRender() {
}
std::string ABufferFramebuffer::settings() {
return R"()";
std::vector<ABuffer::fragmentData> ABufferFramebuffer::pixelData() {
return std::vector<ABuffer::fragmentData>();
}