commit | de36b6948116a3d498ad8d808869ba182a66e206 | [log] [tgz] |
---|---|---|
author | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jul 11 15:40:31 2013 +0000 |
committer | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jul 11 15:40:31 2013 +0000 |
tree | ed9f74e3c4b243c8765c368bec736652ce7d592b | |
parent | 444e25a66b6a1547fa0903d0cf075a0885a76bb7 [diff] |
fix build break on sample app Review URL: https://codereview.chromium.org/19000005 git-svn-id: http://skia.googlecode.com/svn/trunk@10011 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp index 5d7a7b0..53c28e4 100644 --- a/samplecode/SampleApp.cpp +++ b/samplecode/SampleApp.cpp
@@ -725,7 +725,7 @@ return title; } -bool compareSampleTitle(const SkViewFactory* first, const SkViewFactory* second) { +static bool compareSampleTitle(const SkViewFactory* first, const SkViewFactory* second) { return strcmp(getSampleTitle(first).c_str(), getSampleTitle(second).c_str()) < 0; }