updateProxy method

void updateProxy()

Update the proxy of the shape.

Implementation

void updateProxy(){
  printError("Shape Proxy", "Inheritance error.");
}