| commit | 147f6686abc4a3cc2d40a442bef6f3a8f9d24ec2 | [log] [tgz] |
|---|---|---|
| author | Alexis Hetu <sugoi@google.com> | Thu Feb 09 17:14:34 2017 -0500 |
| committer | Alexis Hétu <sugoi@google.com> | Fri Feb 10 18:21:35 2017 +0000 |
| tree | 38dddf4d7c170478983b31644e38e761c1b109cd | |
| parent | bf6169dd64e05f2d075ed192de1c675c2dd99c22 [diff] [blame] |
Fixed Mac build The Linux build fix had broken the Mac build, so the new "typeinfo" virtual function were moved from the header files to the source files to fix both builds simultaneously. Change-Id: I37f5ef4bd5ec4da34a19531dcb85df6a98728aa1 Reviewed-on: https://swiftshader-review.googlesource.com/8748 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com>
diff --git a/src/OpenGL/common/Image.cpp b/src/OpenGL/common/Image.cpp index c734ba2..cd27753 100644 --- a/src/OpenGL/common/Image.cpp +++ b/src/OpenGL/common/Image.cpp
@@ -1178,6 +1178,8 @@ } } + void Image::typeinfo() {} + Image::~Image() { if(parentTexture)