gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Quartz Composer Plugin won't build #274

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to build QC plugin in Xcode 3.

What is the expected output? What do you see instead?
 Xcode reports 2 build errors in CPBarPlotPlugin.m lines 168 & 169:
    Incompatible type for argument 1 of 'setBarWidth:'
    Incompatible type for argument 1 or 'setBarOffset:'

What version of the product are you using? On what operating system?
r1033 on 10.6.7, Xcode 3.2.3

Please provide any additional information below.
I think the QC plugin needs to be updated to use CGFloat instead of doubles, 
but I'm not sure, as my obj-c isn't crash hot.

Original issue reported on code.google.com by everbl...@gmail.com on 29 Mar 2011 at 7:03

GoogleCodeExporter commented 9 years ago
I pushed a fix. thanks!

Original comment by drewmcco...@mac.com on 29 Mar 2011 at 10:17