Argh! save/restore off-by-one error
[RExecServer.git] / RPDFDevice.m
blobf843a5b648029d40bde6d0b4c90b873b9cf6e010
1 //
2 //  RPDFDevice.m
3 //  RExecServer
4 //
5 //  Created by Byron Ellis on 6/26/07.
6 //  Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
9 #import "RPDFDevice.h"
12 @implementation RPDFDevice
13 + (void)load {
14         [RDevice registerDevice:self forDisplay:@"pdf"];
17 - (void)finishOpening {
20 @end