Changeset 1449 for trunk


Ignore:
Timestamp:
11/12/19 15:53:02 (4 years ago)
Author:
bnemhaus
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Frame.java

    r1448 r1449  
    6666import org.expeditee.items.Line;
    6767import org.expeditee.items.PermissionTriple;
     68import org.expeditee.items.Picture;
    6869import org.expeditee.items.Text;
    6970import org.expeditee.items.UserAppliedPermission;
     
    11011102                for(Item i : undo.items) {
    11021103                        if (i instanceof org.expeditee.items.Picture) {
    1103                                 String destination = ((org.expeditee.items.Picture) i).getPath();
     1104                                String destination = ((Picture) i).getPath();
    11041105                                Path destinationPath = Paths.get(destination);
    11051106                                Path sourcePath = Paths.get(FrameIO.TRASH_PATH).resolve(destinationPath.getFileName());
Note: See TracChangeset for help on using the changeset viewer.